For each assignment you must submit:
If anything is unclear, please contact the course instructor.
Install and launch Jupyter as described in the InstallJupyter tutorial.
Select New , then Python 3
By default, the Jupyter notebook is named Untitled.
To rename the notebook, click on the file name.
pwd (print working directory), and then select Run.
Open a file explorer window (e.g., Explorer [Windows], Finder [Mac]) and find the folder.
Note that there is a file called Assn01.ipynb.
By default, Jupyter automatically saves notebook updates as you type.
However, it is also useful to manually save the notebook when you reach milestones. For example: question finished, cell finished, assignment finished, etc.
To manually save the notebook, select File .. Save and Checkpoint
The tab will close, returning you to the Jupyter Home tab.
Verify that the notebook's icon is gray.
Also verify Last Modified time (i.e., the time when the notebook was last saved).
Note that open notebooks' icons are green.
Also note that Running is displayed when the notebook is open.
Delete cells: Â Â From the Edit menu, choose Delete Cells
Duplicate cells: Â Â From the Edit menu, choose Copy Cells then Paste Cells
Reorder cells: Â Â From the Edit menu, choose Move Cell Up or Move Cell Down
Double-click on the HTML file to open it.
Verify that the contents look as expected.
Close all files as described above
From the Jupyter Home screen, select Quit